home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr53 / pctv4n_1.zip / XQLMSG.H < prev    next >
Text File  |  1993-06-10  |  1KB  |  49 lines

  1. /******************************************************************
  2. *
  3. * FILE NAME:  xqlmsg.h           TITLE:  XQL message codes
  4. *
  5. * AUTHOR:          Ken North, Resource Group, Inc.
  6. *
  7. * FUNCTION(S):  None.
  8. *
  9. * SYNOPSIS:  Definitions for Novell's XQL status codes
  10. *
  11. *******************************************************************
  12. *
  13. * $Revision:   0.1  $
  14. *
  15. * Revision Date: Date: Thursday, 29 October 1992.  Time: 12:21:19.
  16. *
  17. * Revision History:
  18. *
  19. * Log:   \XQL
  20. *
  21. *  Initial revision.
  22. *
  23. *******************************************************************/
  24.  
  25.  
  26. #define SETOK            -101
  27. #define INSOK            -102
  28. #define UPDOK            -103
  29. #define DELOK            -104
  30. #define CREOK            -105
  31.  
  32. #define ALTOK            -106
  33. #define DROPOK            -107
  34. #define SUBSVAR            -108
  35. #define NOMORE            -109
  36. #define GRANTOK            -110
  37.  
  38. #define REVOKEOK        -111
  39. #define STARTOK            -112
  40. #define COMMITOK        -113
  41. #define ROLLBACKOK        -114
  42.  
  43.  
  44.  
  45. #define        NOXQLP        200        /* XQLP not running */
  46. #define        NOXQLM        802        /* XQLM not running */
  47. #define        INVALIDPOS    804        /* invalid position: end of view */
  48.  
  49.